Eclipse Platform
Pre-release 3.0

Uses of Package
org.eclipse.core.runtime.jobs

Packages that use org.eclipse.core.runtime.jobs
org.eclipse.core.internal.resources   
org.eclipse.core.resources Provides basic support for managing a workspace and its resources. 
org.eclipse.core.runtime Provides core support for plug-ins and the plug-in registry. 
org.eclipse.core.runtime.jobs Provides core support for scheduling and interacting with background activity. 
org.eclipse.team.core.subscribers   
org.eclipse.team.core.sync   
org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface. 
org.eclipse.ui.editors.text Provides a standard text editor and a file-based document provider. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
org.eclipse.ui.progress   
 

Classes in org.eclipse.core.runtime.jobs used by org.eclipse.core.internal.resources
Job
          Jobs are units of runnable work that can be scheduled to be run with the job manager.
 

Classes in org.eclipse.core.runtime.jobs used by org.eclipse.core.resources
ISchedulingRule
          Scheduling rules are used by jobs to indicate when they need exclusive access to a resource.
Job
          Jobs are units of runnable work that can be scheduled to be run with the job manager.
 

Classes in org.eclipse.core.runtime.jobs used by org.eclipse.core.runtime
IJobManager
          The job manager provides facilities for scheduling, querying, and maintaining jobs and locks.
 

Classes in org.eclipse.core.runtime.jobs used by org.eclipse.core.runtime.jobs
IJobChangeEvent
          An event describing a change to the state of a job.
IJobChangeListener
          Callback interface for clients interested in being notified when jobs change state.
ILock
          A lock is used to control access to an exclusive resource.
ISchedulingRule
          Scheduling rules are used by jobs to indicate when they need exclusive access to a resource.
Job
          Jobs are units of runnable work that can be scheduled to be run with the job manager.
LockListener
          A lock listener is notified whenever a thread is about to wait on a lock, and when a thread is about to release a lock.
ProgressProvider
          The progress provider supplies the job manager with progress monitors for running jobs.
 

Classes in org.eclipse.core.runtime.jobs used by org.eclipse.team.core.subscribers
IJobChangeEvent
          An event describing a change to the state of a job.
Job
          Jobs are units of runnable work that can be scheduled to be run with the job manager.
 

Classes in org.eclipse.core.runtime.jobs used by org.eclipse.team.core.sync
ILock
          A lock is used to control access to an exclusive resource.
 

Classes in org.eclipse.core.runtime.jobs used by org.eclipse.ui.actions
ISchedulingRule
          Scheduling rules are used by jobs to indicate when they need exclusive access to a resource.
 

Classes in org.eclipse.core.runtime.jobs used by org.eclipse.ui.editors.text
ISchedulingRule
          Scheduling rules are used by jobs to indicate when they need exclusive access to a resource.
 

Classes in org.eclipse.core.runtime.jobs used by org.eclipse.ui.part
IJobChangeListener
          Callback interface for clients interested in being notified when jobs change state.
Job
          Jobs are units of runnable work that can be scheduled to be run with the job manager.
 

Classes in org.eclipse.core.runtime.jobs used by org.eclipse.ui.progress
IJobChangeEvent
          An event describing a change to the state of a job.
ISchedulingRule
          Scheduling rules are used by jobs to indicate when they need exclusive access to a resource.
Job
          Jobs are units of runnable work that can be scheduled to be run with the job manager.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.